home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fvsetup.exe / {app} / fv.dll / scripts / DefineSprite_33 / frame_20 / DoAction.as
Text File  |  2003-01-24  |  395b  |  21 lines

  1. bcount = "1";
  2. while("9" >= bcount)
  3. {
  4.    if(getProperty("../", _name) == bcount)
  5.    {
  6.       count = "1";
  7.       while("9" >= count)
  8.       {
  9.          if(getProperty("/" add count, _currentframe) == "1")
  10.          {
  11.             tellTarget("/" add count)
  12.             {
  13.                gotoAndStop(4);
  14.             }
  15.          }
  16.          count += "1";
  17.       }
  18.    }
  19.    bcount += "1";
  20. }
  21.